home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / cslib16b / include / csa.h next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  802 b   |  26 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Version 1.6.b 
  4.                                          Released: March 2nd 1995 
  5.  
  6.        Header file to conveniently include all the
  7.        header files of the CSA library with just
  8.        one include statement.
  9.  
  10.                                            Copyright(c) 1994,1995 
  11.                                                            Combis 
  12.                                                   The Netherlands 
  13. ***********************************************************************/
  14.  
  15. #ifndef __CSA_H
  16. #define __CSA_H
  17.  
  18. #include "cskeys.h"
  19. #include "csmenu.h"
  20. #include "cspanel.h"
  21. #include "cstime.h"
  22. #include "csmess.h"
  23. #include "csheap.h"
  24.  
  25. #endif
  26.